home *** CD-ROM | disk | FTP | other *** search
/ MacAddict 117 / MacAddict 117.dmg / Software / Internet & Communication / Xyle scope 1.1.6 (trial).dmg / Xyle scope.app / Contents / Resources / HTMLTemp.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2006-02-07  |  895 b   |  92 lines

  1. body {
  2. }
  3.  
  4. .Element {
  5. }
  6.  
  7. .OpeningTag {
  8. }
  9.  
  10. .ExtendedName {
  11. }
  12.  
  13. .ElementName {
  14. }
  15.  
  16. // The extended-name-span contains elements
  17. // with id and class values. Use the
  18. // following rules to print those values
  19. // before all other attributes
  20. .IdClass {
  21.     display:none;
  22. }
  23.  
  24. .Identity {
  25. }
  26.  
  27. .Identity:before {
  28.     content:"";
  29. }
  30.  
  31. .Class {
  32. }
  33.  
  34. .Class:before {
  35.     content:"";
  36. }
  37.  
  38. .Attributes {
  39. }
  40.  
  41.  
  42. .Attribute {
  43. }
  44.  
  45. // Either the id or the class attribute
  46. .IdClassAttribute {
  47. }
  48.  
  49. .AttributeName {
  50. }
  51.  
  52. .AttributeValue {
  53. }
  54.  
  55. .Children {
  56. }
  57.  
  58. .ClosingTag {
  59. }
  60.  
  61. .Text {
  62. }
  63.  
  64.  
  65. // Every type of HTML element can have
  66. // its own styles
  67.  
  68. .style .Children, .script .Children {
  69.     white-space:pre;
  70.     font-family:monaco;
  71. }
  72.  
  73.  
  74. // Rules modifying the presentation of
  75. // inline elements
  76.  
  77. .Inline.Element {
  78.     display:inline;
  79. }
  80.  
  81. .Inline .OpeningTag {
  82.     display:inline;
  83. }
  84.  
  85. .Inline .Children {
  86.     display:inline;
  87. }
  88.  
  89. .Inline .ClosingTag {
  90.     display:inline;
  91. }
  92.